projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75e68f
)
Don't create nil-severity diagnostics in the Flymake C/C++ backend
author
João Távora
<joaotavora@gmail.com>
Thu, 28 Mar 2019 17:51:12 +0000
(17:51 +0000)
committer
João Távora
<joaotavora@gmail.com>
Tue, 2 Jul 2019 15:09:52 +0000
(16:09 +0100)
* lisp/progmodes/flymake-cc.el (flymake-cc--make-diagnostics): Use
`:error` as a diagnostic severity.
lisp/progmodes/flymake-cc.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake-cc.el
b/lisp/progmodes/flymake-cc.el
index 1b449bd07934eee47c754dfdaaf93180174475d0..5733ef4d66627850b51a064078749ac55be3dcdd 100644
(file)
--- a/
lisp/progmodes/flymake-cc.el
+++ b/
lisp/progmodes/flymake-cc.el
@@
-72,7
+72,8
@@
SOURCE."
'(("error" . :error)
("note" . :note)
("warning" . :warning))
- #'string-match))
+ #'string-match
+ :error))
collect (flymake-make-diagnostic source beg end type msg)))
(defun flymake-cc-use-special-make-target ()